home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 216_01 / cll.bat < prev    next >
Encoding:
DOS Batch File  |  1980-01-01  |  640 b   |  25 lines

  1. rem  CLL.BAT copies to RAM disk all files needed for the CLL application
  2. rem  and calls up dbase2. Upon returning to DOS any changed files are saved.
  3. if exist c:mims.prg goto dbase2
  4. copy b:mims.prg     e:
  5. copy b:cll1417.prg  e:
  6. copy b:updatecl.prg e:
  7. copy b:sayget.prg   e:
  8. copy b:saysay.prg   e:
  9. copy b:refresh.prg  e:
  10. copy b:compubun.prg e:
  11. copy b:labelscl.prg e:
  12. copy b:label.prg    e:
  13. copy b:rostercl.prg e:
  14. copy b:rostrfro.prg e:
  15. copy b:filistcl.prg e:
  16. copy b:cllname.ndx  e:
  17. copy b:bunzip.ndx   e:
  18. copy b:cll1417.dbf  e:
  19. :dbase2
  20. dir e:>e:old.dir
  21. dbase e:mims
  22. dir e:>e:new.dir
  23. scanfils
  24. savefils
  25.